// store these informations
if ((name != null) && (value != null)) {
properties.put(name, value);
createPropertydefinition(name, type);
}
}
if (!found) {
properties.put(name, value);
}
createPropertydefinition(name, type);
}
}